From 98f17bcc5608129e94855cf1e3637509dee549b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Rocha?= Date: Thu, 8 Feb 2018 17:30:58 +0100 Subject: [PATCH] Adding cargo.rs file tests as cargo_command.rs. --- tests/testsuite/{cargo.rs => cargo_command.rs} | 1 + tests/testsuite/lib.rs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename tests/testsuite/{cargo.rs => cargo_command.rs} (99%) diff --git a/tests/testsuite/cargo.rs b/tests/testsuite/cargo_command.rs similarity index 99% rename from tests/testsuite/cargo.rs rename to tests/testsuite/cargo_command.rs index fdcb237af..8ca737c7d 100644 --- a/tests/testsuite/cargo.rs +++ b/tests/testsuite/cargo_command.rs @@ -4,6 +4,7 @@ use std::io::prelude::*; use std::path::{Path, PathBuf}; use std::str; +use cargo; use cargotest::cargo_process; use cargotest::support::paths::{self, CargoPathExt}; use cargotest::support::{execs, project, Project, basic_bin_manifest}; diff --git a/tests/testsuite/lib.rs b/tests/testsuite/lib.rs index 6c26e3a2c..3a2e33b11 100644 --- a/tests/testsuite/lib.rs +++ b/tests/testsuite/lib.rs @@ -29,7 +29,7 @@ mod build_script_env; mod build_script; mod cargo_alias_config; mod cargo_features; -//mod cargo; +mod cargo_command; mod cfg; mod check; mod clean; -- 2.30.2